home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / quit.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1995-09-04  |  170 b   |  11 lines

  1. on mouseDown
  2.   global rOBJ, color
  3.   if the machineType <> 256 then
  4.     rOBJ(mdispose)
  5.     set the colorDepth to color
  6.   end if
  7.   tell the stage
  8.     quit()
  9.   end tell
  10. end
  11.